home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / topen.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  123 b   |  9 lines

  1. on exitFrame
  2.   global gtime
  3.   if gtime > (the ticks + 2400) then
  4.     go(the frame)
  5.   else
  6.     go(1, "Tatami")
  7.   end if
  8. end
  9.